バージョン

AddHyperlink(String,IList<TextRun>,String) メソッド

現在の段落へテキスト ハイパーリンクを追加します。
シンタックス
'宣言
 
Public Overloads Sub AddHyperlink( _
   ByVal address As System.String, _
   ByVal textRuns As System.Collections.Generic.IList(Of TextRun), _
   ByVal toolTipText As System.String _
) 
public void AddHyperlink( 
   System.string address,
   System.Collections.Generic.IList<TextRun> textRuns,
   System.string toolTipText
)

パラメータ

address
textRuns
toolTipText
参照

オンラインで表示: GitHub